home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Anime Robot
/
Anime Robot.iso
/
pc
/
DATA
/
START.dxr
/
00025_on-off filmato .ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-13
|
214 b
|
11 lines
on mouseUp me
global testo
set s to the spriteNum of me
if the movieRate of sprite s = 1 then
set the movieRate of sprite s to 0
else
set the movieRate of sprite s to 1
end if
updateStage()
end